remove references to color
authorSteve Klabnik <steve@steveklabnik.com>
Tue, 25 Nov 2014 21:34:53 +0000 (16:34 -0500)
committerSteve Klabnik <steve@steveklabnik.com>
Tue, 25 Nov 2014 21:34:53 +0000 (16:34 -0500)
this version doesn't actually work. Let's make them real.

http://www.reddit.com/r/programming/comments/2mwidh/rusts_central_package_repository_is_up/cm8l8yr?context=3

src/doc/crates-io.md

index af2d3037d5a0fece99d121884d91dfcd88eea96a..65573e854b9a83d9fb87aa07ff0e0d209f693f1e 100644 (file)
@@ -19,7 +19,7 @@ syntax for doing so is:
 
 ```toml
 [dependencies]
-color = "1.0.3"
+glob = "0.0.3"
 ```
 
 With this format, adding new dependencies should just add a new line, you don't
@@ -27,8 +27,8 @@ need to add `[dependencies]` for each dependency listed, for example:
 
 ```toml
 [dependencies]
-color = "1.0.3"
-gl = "1.2.0"
+glob = "0.0.3"
+num = "0.0.4"
 ```
 
 The string value for each key in this table is a [semver](http://semver.org/)